home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / network / classadz / install.bat < prev    next >
DOS Batch File  |  1992-05-27  |  2KB  |  76 lines

  1. echo off
  2. cls
  3. echo.
  4. echo    ████████████████████████████████████████████████████████████████████████
  5. echo    █                    ClasAdz Initial Installation                      █
  6. echo    ████████████████████████████████████████████████████████████████████████
  7. echo.
  8. if "%1"=="" goto :showparm
  9. if "%2"=="" goto :showparm
  10. if "%1"=="A:" goto :checkto
  11. if "%1"=="a:" goto :checkto
  12. if "%1"=="B:" goto :checkto
  13. if "%1"=="b:" goto :checkto
  14. goto :showparm
  15. :checkto
  16. if "%2"=="A:" goto :showparm
  17. if "%2"=="a:" goto :showparm
  18. if "%2"=="B:" goto :showparm
  19. if "%2"=="b:" goto :showparm
  20. echo.
  21. echo Install %1 to %2
  22. echo.
  23. echo Press any key if this is correct.  If it is not correct, Press Ctrl-C now.
  24. echo Pressing Ctrl-C will ask you if you wish to terminate the batch file. Answer Y.
  25. echo.
  26. pause>nul
  27. :doit
  28.  
  29. %2
  30. cd\
  31. md Adz
  32. cd Adz
  33. %1adzexe
  34. copy %1read*.*
  35. cls
  36. echo.
  37. echo.
  38. echo Installation Complete.
  39. echo.
  40. echo Make sure that you Config.Sys contains Files=42 (minimum)
  41. echo.
  42. IF EXIST ADZ.EXE GOTO Exec
  43. echo To Run ClasAdz, Move to the \Adz Directory and Start Adz by
  44. echo running FoxPro, usually the Syntax FOX Adz will work
  45. echo (depending on the type of FoxPro you have installed)
  46. goto Dne
  47. :Exec
  48. echo Enter Adz to Start the ClasAdz System
  49. :Dne
  50. echo.
  51. echo ClasAdz is from dbF Software Productions.  See the documentation
  52. echo (Adz.Doc) and registration screens for more information.
  53. echo.
  54. echo dbF Software Productions
  55. echo P.O. Box 37194
  56. echo Cleveland, Oh 44137-0194
  57. echo CIS: 72117,165
  58. echo PH:  (216)491-4581
  59. echo.
  60.  
  61. goto :end
  62. :showparm
  63. echo.
  64. echo The syntax for the Install process is :
  65. echo.
  66. echo {From Drive Letter}INSTALL {From Drive Letter}: {To Drive Letter}:
  67. echo.
  68. echo.
  69. echo. For Example : A:INSTALL A: C:
  70. echo.
  71. echo.
  72. echo The From Drive Letter must be a floppy drive.  The To Drive Letter must
  73. echo be a hard drive.
  74. echo.
  75. :end
  76.